curl --location --request POST 'https://dev-api.idukki.io/ugc-rights/manual/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "creator_handle",
"email": "creator@example.com",
"confirmation_from_user": true,
"doc": "Agreed to terms of service",
"password": "Temp@qwqw",
"status":"rejected",
"comment":"Comment",
"expiry":"2025-01-01",
"postId": 148664
}'