curl --location -g --request POST 'https://athathi.mgahed.com/{{locale}}/designer/login' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "designer@test.com",
"password": "password123"
}'{}