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