POST
/
user
curl --request POST \
  --url https://api.wapikit.com/api/user \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "profilePicture": "<string>",
  "phoneNumber": "<string>",
  "discoverSource": "LinkedIn",
  "userFunction": "FounderBusinessOwner",
  "industry": "EcommerceD2C"
}'
{
  "isUpdated": true
}

Body

application/json

updated user info

The body is of type object.

Response

200
application/json

user object

The response is of type object.