curl --location --request POST 'https://api.snapbyte.io/v1/sign-up' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"email": "string",
"password": "string"
}'
{
"success": true,
"message": "",
"data": {}
}