Deploys and sets up the Safe account for the authenticated user. The User needs to be KYC approved.
This endpoint replaces the POST /api/v1/account and related endpoints.
Using this endpoint, the user can deploy the Safe without having to sign the data.
To monitor the deployment status, call the GET /api/v1/safe/deploy endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Accepted the deployment request. The partner should check the status of the deployment with the GET /api/v1/safe/deploy endpoint.
The status of the deployment.
"accepted"