cURL
curl --request POST \ --url https://api.vidjutsu.ai/v1/posts/assign \ --header 'Content-Type: application/json' \ --data ' { "postId": "<string>", "accountId": "<string>" } '
{ "postId": "<string>", "accountId": "<string>", "status": "assigned" }
The request has succeeded.
assigned