Owner's list of products with completed familiarization
curl -L \ --url 'http://api.client.nbcgate.tech//api/product/onboarding' \ --header 'Authorization: YOUR_API_KEY'
[ { "id": 1 } ]
Add product to the list of products with completed review
curl -L \ --request POST \ --url 'http://api.client.nbcgate.tech//api/product/onboarding' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '[ { "id": 1 } ]'
No body