curl --location --request POST 'https://tp.dev/api/religions/add' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "status": true, "image": "http://example.com" }'
{ "message": "string", "id": 0 }