platform_id
tag_ids
id
Authorization: Bearer ********************
{ "platform_id": "966544444444", "tag_ids": [ 121976 ] }
curl --location --request POST 'https://api.mottasl.ai/v1/contact/tags' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "platform_id": "966544444444", "tag_ids": [ 121976 ] }'
{ "message": "string", "success": true }