cURL
curl --request POST \ --url https://api.example.com/users \ --header 'Content-Type: application/json' \ --data ' { "userId": "<string>", "productId": "<string>" } '
{}
The ID of the user.
The productId
The response is of type object.
object
Was this page helpful?