curl --request POST \
--url http://0.0.0.0:3000/v1/service/{domain}/{service} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entity_id": "<string>",
"data": {}
}
'curl --request POST \
--url http://0.0.0.0:3000/v1/service/{domain}/{service} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entity_id": "<string>",
"data": {}
}
'