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