cURL
curl --request POST \ --url https://api.memobase.dev/api/v1/users/profile/import/{user_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "context": "<string>" }'
{ "data": {}, "errno": 0, "errmsg": "" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the user
The content of the user context to import
Successful Response
The response is of type object.
object