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