active ──(restrict)──► restricted ──(unrestrict)──► activeactive customers can be restricted. If the customer is already restricted, this endpoint will return a 403 error.curl --location --request PATCH 'https://rewrd-api-staging.fly.dev/v1/customers/26833813/restrict' \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Customer restricted successfully"
}