Authorizations
Response
Example:
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/program/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clinet_id": "<string>",
"id": 123,
"settings_id": 123
}'{
"message": "Successfully Added Settings To Program"
}curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/program/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clinet_id": "<string>",
"id": 123,
"settings_id": 123
}'{
"message": "Successfully Added Settings To Program"
}