Authorization: ********************
curl --location --request PATCH '/customers/cust_abc123def456/unrestrict' \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "Customer unrestricted successfully" }