Authenticates a partner using their API key.
string, required): Your unique API key provided by TakeProfit.status:
code (integer): Status code (0 indicates success).
message (string): Status message.
details (array): Additional details.
access_token:
token (string): JWT access token.
valid_to_time (string): Expiration time of the access token in ISO 8601 format.
refresh_token:
token (string): JWT refresh token.
valid_to_time (string): Expiration time of the refresh token in ISO 8601 format.
The body is of type object.
OK
The response is of type object.