user-profile
Create the current user profile and mark account setup completed
post/users/me/profile
Request body
Example request
{
"name": "Jane Doe",
"type": 1,
"onboardingCompleted": true
}Response
User profile created
Changes
No recorded changes to this endpoint across all 1 revision of this API.