curl --location --request POST 'https://api-demo.hybridmlm.io/rest/api' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'purpose="isPayoutPinSet"'{
"status": true,
"data": {},
"message": {
"success": [
"Payout Pin has been created previously."
]
}
}