{
"request_id": "string",
"user_id": 0,
"product_uuid": "ef6d6af2-aef1-49f6-a502-cfed9e6fd1a9"
}
curl --location --request POST 'https://api.freedompay.kg/v5/partner/user/product/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string",
"user_id": 0,
"product_uuid": "ef6d6af2-aef1-49f6-a502-cfed9e6fd1a9"
}'
ok
: Request completed successfully.error
: Request completed with an error.YYYY-MM-DDThh:mm:ss+hh:mm
).{
"status": "string",
"error_code": 0,
"error_description": "string",
"dt": "2019-08-24T14:15:22Z"
}