cURL
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 }
update user info
updated user info
The body is of type object.
object
user object
The response is of type object.
Was this page helpful?