Authorization: Bearer ********************
curl --location '/api/v2/admin/charge-user-authorization' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "userId": 3883, "planPriceId": 9 }'
{}