Authorization: Bearer ********************
curl --location --request POST '/api/auth/unlink-account' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "providerId": "string", "accountId": "string" }'
{ "status": true }