curl --request POST \
--url https://api.example.com/api/partners/v2.0/auth/signup-request \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"url": "<string>"
}
'{}Was this page helpful?
curl --request POST \
--url https://api.example.com/api/partners/v2.0/auth/signup-request \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"url": "<string>"
}
'{}